home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 4 / Light ROM 4 - Disc 1.iso / text / maillist / 1996 / 012296.doc / 000339_lightwave@garcia.com _Fri Jan 26 11:19:58 1996.msg < prev    next >
Internet Message Format  |  1996-02-04  |  2KB

  1. Received: from relay2.UU.NET (relay2.UU.NET [192.48.96.7]) by keeper.albany.net (8.7.1/8.7.1) with ESMTP id LAA26503 for <dwarner@albany.net>; Fri, 26 Jan 1996 11:19:53 -0500 (EST)
  2. Received: from garcia.com by relay2.UU.NET with SMTP 
  3.     id QQaaey08756; Fri, 26 Jan 1996 11:05:58 -0500 (EST)
  4. Received: from  (localhost) by garcia.com (5.x/SMI-SVR4)
  5.     id AA01030; Fri, 26 Jan 1996 11:06:03 -0500
  6. Date: Fri, 26 Jan 1996 11:06:03 -0500
  7. Errors-To: dwarner@albany.net
  8. Message-Id: <Pine.SUN.3.91.960126103528.1227A-100000@access1.digex.net>
  9. Errors-To: dwarner@albany.net
  10. Reply-To: lightwave@garcia.com
  11. Originator: lightwave@garcia.com
  12. Sender: lightwave@garcia.com
  13. Precedence: bulk
  14. From: Ernie Wright <erniew@access.digex.net>
  15. To: Multiple recipients of list <lightwave@garcia.com>
  16. Subject: Re: Advanced Texture Mapping
  17. X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
  18. Status: RO
  19. X-Status: 
  20.  
  21. Ace Miles wrote:
  22.  
  23. > As one of our programmers pointed out, the real problem lies within
  24. > the object file format. If you did have a plugin to change the U,V 
  25. > mapping, the information would still not be saved within the LW object
  26. > file.
  27.  
  28. Not true.  The shader can save whatever data it needs in an object file.
  29. The next time the object is loaded, the shader plug-in is invoked and is
  30. responsible for loading the part it saved.  Moreover, a properly written
  31. LWOB reader won't break, or even flinch, when it encounters this private
  32. data.
  33.  
  34. The real problem isn't any one thing.  It's a matter of designing a
  35. complete system and making it interact rationally with what's already
  36. there.
  37.  
  38. - Ernie